records
Graphic timetable
Dataset schema
Click to expand Click to collapse
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
{
- "title":"graphischer-fahrplan",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/graphischer-fahrplan"
}
] - "definitions":{
- "graphischer-fahrplan":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/graphischer-fahrplan_records"
}
}
} - "records":
} - "properties":
- "graphischer-fahrplan_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "url":,{
- "type":"string",
- "title":"url",
- "description":"URL of the result"
} - "linie":,{
- "type":"number",
- "title":"Line",
- "description":"Designation of the line, matches the official timetable no."
} - "linienname":,{
- "type":"string",
- "title":"Line",
- "description":"Designation of the line, matches the official timetable no."
} - "betriebspunkt":,{
- "type":"string",
- "title":"OPUIC",
- "description":"Identification of the stop according to UIC specification"
} - "jahr":{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":"Timetable year"
}
} - "url":
}
} - "fields":
} - "properties":
} - "graphischer-fahrplan":
}
Submit a reuse
Click to expand Click to collapse
Please login to submit a new reuse.